home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / omswitch.zip / SWITCH.MAK < prev    next >
Makefile  |  1988-10-09  |  144b  |  8 lines

  1. #
  2. #    Makefile Aztec C86 4.10c for switch.com
  3. #
  4. CFLAGS    =    +f0 -n
  5.  
  6. switch.com:    switch.o switchar.o
  7.     ln -o switch.com switch.o switchar.o -lc
  8.